home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_2.zip / FILES08.EXE / VALIDATE.HLP (.txt) < prev   
Borland Turbo Vision Help  |  1994-08-22  |  7KB  |  101 lines

  1. FBHFt
  2.  VALIDATE program 
  3. This program will compare one dataset (.REC file) to another, listing the  differences, if any.  Although it is designed to compare to compare files  of identical structure, if the files contain field names that are common  to both files, only those fields will be compared. Context sensitive help is provided for the following topics: 
  4.      Command
  5. Parameters
  6.      File
  7.      File
  8.      Output
  9.      Screen
  10.      Printer
  11.      File
  12.      Output
  13.      File
  14. Dialog
  15.      Include
  16. Deleted
  17. Records
  18.      Use
  19. Unique
  20.      Match
  21. Fields
  22.      Scroll
  23.      OK
  24. Button
  25.      Cancel
  26. Button
  27. Press <Esc> to put this help screen away. 
  28.  File 1 
  29. Enter the name of the first file to be compared.  Alternately, you may select the file name from the 
  30.         file
  31. dialog
  32.  File 2 
  33.  Screen 
  34. Select this option to direct the output of the comparison to the screen.   If more information is generated than will fit on the screen, you will  be allowed to scroll through it using the scroll
  35. bars.  Output to the screen is limited to about 64,000 characters.  If your files generate more than this number of differences, you probably don't want to see them on the screen anyway, and would select Printer or File to view them at your leisure. 
  36.  Printer 
  37. Select this option to direct the output of the comparison to the default DOS printer. 
  38.  File 
  39. Select this option to direct the output of the comparison to a file.  If you select this option, you will be allowed to enter the name of the file in  the output
  40. name input line. 
  41.  Output File Name 
  42. If you have selected output
  43. to a file, you will be allowed to enter the name of the file in this input line.   If the file doesn't exist, a new file will be created.  If the file exists, you will be given the opportunity to cancel the comparison, append to the file, or overwrite the file.   If you enter nothing in this field, output will be directed to DOS' standard output device.   
  44.  Include Deleted Records 
  45. Select this check
  46. box if deleted records are to be compared. 
  47.  Use Unique IDs 
  48. If the records in the files to be compared are no in the same order, select this check
  49. box to indicate that a field which contains a unique value for each record will be used to order the records before making the comparison.  You will subsequently be allowed to select the fields to be used from the 
  50.     match
  51. fields dialog box.
  52.  Match Fields 
  53. Select a field which contains a unique value for each record to be used in the ordering of the records of the files to be compared. 
  54.  OK Button 
  55. Once all options are entered, select the OK button with the mouse or tab key and press the <spacebar> or <Enter>.  This button may be pressed in any context with the <Alt-K> key combination. 
  56.  Cancel Button 
  57. To abandon program, select Cancel with the mouse or press <Esc>. 
  58.  File Dialog Box 
  59. Select the file to be compared.  The file you select must exist. This dialog box contains a list of files in the current directory. You may select a file to compare using any of the following methods: ?
  60.  Type the name of the file with its  extension into the Name K
  61.   input line.  Click on the Open button or press <Enter> to open the file.
  62.  Type the name of a file with global file name (wild card) "
  63.   characters into the Name input line.  A list of files matching this
  64.   specification appears in the Files list box below.  Using the
  65.   Tab and arrow keys highlight a file name in the list box or
  66.   select one with the mouse and click on the Open button or
  67.   press <Enter> to open the file.
  68.  You can see the contents of other disk directories by selecting {
  69.   the directory entries in the Files list box.  Directory
  70.   entries are those entries ending with the backslash character (\).
  71.   To see the contents of another disk drive, type in the
  72.   complete file specification with drive specifier and wild cards
  73.   and click on the Open button or press <Enter>.  You can then
  74.   select a file name from the Files list box  as described above.
  75.  The input line contains a history list of previously entered file ;
  76.   specifications. Press the down arrow or click on the arrow
  77.   box to the right of the input line to view  this list.  Use
  78.   the arrow keys or the mouse to highlight a specification and
  79.   press <Enter> to move this specification into the input line.  You
  80.   can then proceed to select a filename as described above.
  81. Note that in all cases, double clicking with a mouse on a filename or file specification is the same as pressing <Enter> or selecting OK with the mouse.  You can view the directory information of the selected file in the panel at the bottom of the dialog box. h
  82. To exit the dialog box without opening the Epi Info file, press <Esc> or click on the 
  83. Cancel
  84. Button
  85.  Check box 
  86. Select the check box by highlighting it and entering a space,  or click on it with the mouse. 
  87.  Radio Buttons 
  88. Select the desired radio button by clicking on it with a mouse, or using the arrow keys and pressing <Enter> or <Tab>. 
  89.  Scroll Bars 
  90. If more items are available than will fit in a view, scroll bars are displayed.  You may scroll through the view using the arrow keys, PgDn, PgUp, or mouse action on the scroll bars. 
  91.  Output To 
  92. Select the desired destination for the results of the comparison using the Output to radio
  93. buttons.  The available options are:  
  94.     Screen
  95.     Printer
  96.     File
  97.  Command Line Parameters 
  98. To launch VALIDATE from the DOS prompt use 2
  99.    VALIDATE <file 1> <file 2> [[key] [outname]] 
  100. Where <file 1> and <file 2> are the names of the EPI-Info files to be compared.   [key] and [outname] are optional, but if outname is specified, key must be specified. key is the name of a variable that contains a unique value for each record and is used for matching records when the order is different between the two files. outname is the name of the output file, which can be PRN, LPT1, LPT2 or any valid DOS filename. 
  101.